home *** CD-ROM | disk | FTP | other *** search
- save
- /demotextsize 14 def
- /demoheight demotextsize 8 add def
- /demoinset 72 def
- /demotext (^o) def
- /dodemotext {
- gsave
- /Times-Italic findfont demotextsize scalefont setfont
- 1 setgray
- left bottom width height rectfill
- 0 setgray
- left demoinset add bottom demoheight demotextsize sub 2 div add moveto
- width demoinset 2 mul sub
- demotext stringwidth pop sub
- demotext length div
- 0 demotext ashow
- grestore
- } bdf
- clpr storerect
- /height demoheight def
- /top top 36 sub def
- /bottom top height sub def
- dodemotext
- clpr storerect
- /height demoheight def
- /bottom bottom 36 add def
- /top bottom height add def
- dodemotext
- restore